xfi:duplicate-item

xs:boolean=xfi:duplicate-item( $left as schema-element(xbrli:item), $right as schema-element(xbrli:item))

Last updated on 06-03-2008 at 22:40:00.

Returns true if two items are duplicates.

XBRL 2.1 Section 4.10

OIM Status

Unsupported

Parameters

Name Type Details
left schema-element(xbrli:item) The first item.
right schema-element(xbrli:item) The second item.

Output

Type: xs:boolean

Returns true if the items are duplicates.

Conformance suite

80211 xfi.duplicate-item testcase.xml [ download ]

Owners

Name Affiliation Email Start End
Herm Fischer UBMatrix / Mark V Systems fischer@markv.com 06-03-2008 at 22:40:00

Revisions

Name On Details
Herm Fischer 06-03-2008 at 22:40:00 Defined the function